Learn R Programming

shinyBS (version 0.20)

shinyBS Examples: Examples of shinyBS functionality

Description

Example app that shows functionality of shinyBS.

Usage

bsDemo(port = NULL, 
           launch.browser = getOption("shiny.launch.browser", interactive()))

Arguments

port
The TCP port that the application should listen on. Defaults to choosing a random port.
launch.browser
If true, the system's default web browser will be launched automatically after the app is started. Defaults to true in interactive sessions only. This value of this parameter can also be a function to call with the application's URL.

See Also

runApp runExample

Examples

Run this code
bsDemo()

Run the code above in your browser using DataLab